Extension Class

Represents a single extension element (a:ext / c:ext) inside an ExtensionList: a uri that identifies the extension and its content. Known content elements parse into typed IExtensionContent classes; anything unrecognized is preserved through RawExtensionContent.

Definition

Namespace: Independentsoft.Office.Drawing
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class Extension
Inheritance
Object    Extension

Constructors

ExtensionInitializes a new instance of the Extension class
Extension(String)Initializes a new instance of the Extension class

Properties

Content Gets the content of this extension. Known extensions are typed (e.g. DataModelExtension); unrecognized content is a RawExtensionContent.
Uri Gets or sets the extension identifier (the uri attribute).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also